[SQL Server] Selectionner l'inverse d'un bit ?

Selectionner l'inverse d'un bit ? [SQL Server] - SQL/NoSQL - Programmation

Marsh Posté le 31-05-2005 à 12:28:22    

Salut
 
Est-il possible de sélectionner l'inverse d'un champ BIT dans une requète SQL sous SQL Server ?
QQ chose du style :
 

Citation :

SELECT TableId, NOT(TableBit) FROM Table


 
Merci

Reply

Marsh Posté le 31-05-2005 à 12:28:22   

Reply

Marsh Posté le 31-05-2005 à 12:31:48    

Trouvé :
 
 

Citation :

SELECT TableId, ABS(TableBit-1) FROM Table


Message édité par Lex le 31-05-2005 à 12:31:56
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed