Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
NOT NULL field from SELECT INTO
CREATE TABLE SO_IN ( RAW NVARCHAR(10) NOT NULL ) ; GO SELECT RAW, ISNULL(RTRIM(RAW),'') AS RTRIM, LTRIM(RAW) AS LTRIM INTO SO_OUT FROM SO_IN; SELECT COLUMN_NAME, IS_NULLABLE FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'SO_OUT'
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
MyWall
split a string into pairs of words
Audit Example
Sample of Update~Delete with OUTPUT clause (2016 >)
FERNANDA_BD_Registro_De_Estudiantes
1
store
Life cycle
decimal_test
SQL Server - NULL values with IN and NOT IN (Solution)
Please log in to post a comment.