Topics
Started by
Posts
Last post
Hello, I am having issues rounding this number. I have a number that is a float (0.981) and I need …
2 replies
By: DaveDB
Here's some code to help you understand what I'm dealing with... CREATE TABLE TestNoteText ( TextV…
2 replies
This is the structure of the tables and the trigger that I am looking for Sales(table) has Column …
3 replies
By: wat3575
Hi everone, I am trying to write a function as excel add-ins that uses sql query to aggregate data …
1 replies
Can someone help me understand why the following script works when I execute it in SSMS: USE tempd…
3 replies
do we have a replacment for replacement of format(0,"percent") in SQL?
5 replies
Dear All, I need the to subtract the value from the previous record and insert into another table D…
3 replies
I am at my wits end to figure out why when i run the below code from within SSMS it returns no reco…
5 replies
currently i have a table that has the following layout, exact details of table not needed. table1 …
11 replies
declare @Parameter varchar(10) I need to have a conditional join based on the parameter value If @p…
3 replies
Hi, I have a query that returns data like this: Name emp id TypeCode TValue TypeCode TV…
11 replies
Select Distinct Category from menuGroup ORDER BY (CASE Category WHEN 'SVP' THEN 1 WHEN 'O…
2 replies
hi i'm trying to filter a dynamic pivot using a variable. so i take in an int for the year (also a…
8 replies
Hi all, I am facing a problem in writing a query. Here is my requirement i have a <products> …
2 replies
When I concatenate 2 columns, it returns NULL result. Column1 has some NULL value. How do I ensure …
4 replies
Viewing 15 topics - 496 through 510 (of 12,234 total)
You must be logged in to create new topics.