Using SQL Server 2005
I want to insert a table with where condition
Table1 column Name – ID, Name, Dept, Rank
Query
Insert into table1 values('1', 'Raja' 'IT', 'True') where Rank <> 'False'
Need Query Help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not clear where ‘Rank’ is coming from in your pseudo code.