Consider the table T1 it consits
A,2,3,4
consider another table t2 it contain
1,2a,3a,4a
now i need o get the upadted answer
Answer Posted / rakesh c sunagar
--select name from #t where ISNUMERIC(name)<>1
--union
--select name from #t1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to count groups returned with the group by clause in ms sql server?
explain different types of backups avaialabe in sql server? : Sql server database administration
What is function of CUBE ?
Do you know what is a trace frag? Where do we use it?
Write a sql query to sort on different column name according to the parameters passed in the function?
What are types of scd? : sql server analysis services, ssas
What is sql server english query?
What is nested transaction?
How will you go about resolving deadlocks?
What are cursors stored procedures and triggers?
What is a unique key constraint?
Tell me what do we need queues in sql service broker?
what are the new features in SSRS?
How retrieve field names from the table in SQL through JAVA code?
Explain transaction server explicit transaction?