Hi
I would like to return X number of rows from a query and sequentially number one of the fields regardless of matching the Where clause.
ie: I would like this to return 10 records (with the field Nbr numbered sequentially) even if no data matches "Price <= 10":
Select Nbr, Type...
Hi
I would like top return X number of rows from a query and sequentially number one of the fields regardless of matching the Where clause.
ie: I would like this to return 10 records (with the field Nbr numbered sequentially) even if no data matches "Price <= 10":
Select Nbr, Type...
I am able to get most of the file information I require; however, I can't seem to find documentation of how to retrieve file 'Version Other Information'. (see Version tab of file properties - Other version information is listed in lower half of window)
I have a stored proc that accesses another SQL database thus: " + @sDatabase + ".dbo.tablenamehere. This works fine for most cases but when I try to use this with a join from an empty table, SQL requires that I provide the database name. I need to work around this because the stored...
I am testing a SQL7 to SQL2000 migration and have come across something that I can't find the source of.
I have a view in SQL7 that returns an empty string if a field in the source table is Null. The same view in SQL2000 returns Null in the same circumstance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.