반응형
MSSQL의 bit필드 연산자.
// 다음고 같이 하면 에러가 에러가 발생됩니다.
Update table1 set Active='True'
SQL의 bit필드 연산는 다음과 같이 1과 0으로 처리해 줘야 합니다.
Bits
in SQL Server are always stored as 1
or 0
in a bitmap.
The "Edit Table" option in SSMS just translates this to True
or False
for presentation purposes, this is nothing to do with how it is actually stored.
출처: http://stackoverflow.com/questions/6879999/update-sql-bit-field-in-database
반응형
'DB관련 > SQL Server' 카테고리의 다른 글
MSSQL 특정 테이블 백업하기 (0) | 2017.01.26 |
---|---|
MSSQL 소숫점 자리수 맞추기 (0) | 2016.02.20 |
[error 메모] String or binary data would be truncated. (0) | 2016.02.17 |
MS SQL SERVER 버전별 + Version List (0) | 2015.12.30 |
[중요] Left join and Left outer join in SQL Server (0) | 2015.11.12 |
localhost로 사용하기 (0) | 2015.08.21 |
Convert a date 를 yyyymmdd format 형식으로 변경 (0) | 2015.07.31 |
Gender로 사용할 data type? (0) | 2015.07.31 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)