Topics
Started by
Posts
Last post
Hi How to convert below code like - CREATE PROCEDURE [dbo].[GetData] ( @Parameter1 varchar(256), @P…
1 replies
Hi I have given only date parameters . All other null , but it is not going in If condition -- ====…
1 replies
Hi Is it possible to do like this @ItemGroup is a parameter Select Itemcode,Itemname,ItemGroup from…
4 replies
Hi I have below parameters . @frDate date, @toDate date, @VName nvarchar(100) = null, @CName nvarch…
2 replies
Hi (Select Case (select count(*) from tbl1 T where T.num = T0.num ) when 0 then HCode=STUFF …
4 replies
Hi In below line i want if when > 0 instead of 0 then what should i change (Select Case (select …
1 replies
Hi How to use stuff function with 2 select statement . I want union all like condition . Result to …
6 replies
Hi I have below data and i want if both Sale & Purchase = 'N' then that record should not be di…
1 replies
Hi How to get Month Name from Date field Thanks
1 replies
Hi In below query i am getting above error Select T0.Code,T1.Item, (Select lTotal = sum(LTotal) f…
2 replies
I have a basic query using openquery and a linkedserver pointing to a Snowflake DB. When I sele…
3 replies
Hi I have 2 tables with Item Code . I want to select distinct itemcode from 2 tables ItemCode …
1 replies
Hi I have below data in attached file Thanks This topic was modified 2 years, 11 mon…
2 replies
I have a database full of financial time series data like Symbol, Date, Price, Volume AAPL, 05/25/2…
2 replies
Hi, I'm trying to query the amount of minutes a column value stays below a threshold and then group…
12 replies
Viewing 15 topics - 136 through 150 (of 3,062 total)
You must be logged in to create new topics.