 |
SQL Server Forums - Manually Insert NULL into field
What is ur client ? Query Analyzer ? ASP ? VB ? Java ? I don't know about keyboard shortcuts but If its a query: if the table has fields (a,b,c,d,e,f,g,h) Insert into tbl (a,b,e,g) values('aa','bb','ee','gg') Inserts Null to all fields (if no defaults spe
www.sqlteam.com |
 |