Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append blank in SQL Server?
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01524817
Message ID:
01524831
Vues:
51
>>>>>Hi,
>>>>>
>>>>>What would be a syntax in SQL Server equivalent to APPEND BLANK in VFP? That is, if I want to insert a row with all empty (or default) values. TIA.
>>>>
>>>>insert into dbo.MyTable (field1, field2)
>>>>
>>>>values (DEFAULT, DEFAULT)
>>>>
>>>>Or omit the fields from the list - the default values will be inserted.
>>>
>>>In other words, there is not way to skip the "(field1, field2)"; at least one field has to be there. Right?
>>
>>Yes.
>
>Thank you.

You're welcome.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform