Viewing 15 posts - 616 through 630 (of 1,048 total)
Good Question but still I have doubts in some cases like:
SELECT ISNUMERIC('.+') -- Returns 0
SELECT ISNUMERIC('+.') -- Returns 1
SELECT ISNUMERIC (',\') -- Returns 0
SELECT ISNUMERIC ('\,') -- Returns 1
:ermm:
April 7, 2013 at 11:19 pm
Dineshbabu (4/4/2013)
April 5, 2013 at 7:44 am
mamzy.rahman (4/4/2013)
need some help with a query!!!
basically i have a table that has a list of learner with a number of aims. i want to do a query that...
April 4, 2013 at 8:26 am
Lon-860191 (4/4/2013)
Changing the where to and will result in the same output from both of the queries.
Sorry Lon,
Changing the WHERE to AND will result in different output rows... that's...
April 4, 2013 at 8:24 am
L' Eomot Inversรฉ (4/4/2013)
April 4, 2013 at 7:16 am
Hugo Kornelis (4/4/2013)
But ... (isn't there always a "but"?)
When I saw the question in the newsletter, I expected the answer options to be phrased in...
April 4, 2013 at 3:04 am
Danny Ocean (4/4/2013)
kapil_kk (4/4/2013)
I also thinks that the options are not well written... Sorry for that ๐ ..
My point of concern was to to throw light on different behaviors...
April 4, 2013 at 12:33 am
Hi all,
I also thinks that the options are not well written... Sorry for that ๐ ..
My point of concern was to to throw light on different behaviors of AND and...
April 4, 2013 at 12:03 am
devaji123 (4/3/2013)
Hi,Use Select max(identity column name) from table name (data inserted table). In one of our scenario we used this it worked. Try this.
Vasu
When we have inbuilt function...
April 3, 2013 at 11:21 am
Lynn Pettis (4/3/2013)
kapil_kk (4/3/2013)
But its giving me error that @new_identity parameter...
April 3, 2013 at 11:20 am
chgn01 (4/1/2013)
I found this option in SQL 2020 SP4
:-P:-P
April 1, 2013 at 11:34 pm
Ahhhhh........ I lost the chance to grab a lot of points ๐
April 1, 2013 at 12:07 am
Koen Verbeeck (3/29/2013)
Try using a MERGE statement instead.
But I am doing only insertion not updation...Will it be good to use it only for...
March 29, 2013 at 5:16 am
Viewing 15 posts - 616 through 630 (of 1,048 total)