Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
SQL Stringdata
-- Create /dbo.stringdata/ table CREATE TABLE dbo.stringdata ( strid int not null, lcode varchar(3), description varchar(MAX) ); INSERT INTO dbo.stringdata (strid,lcode,description) VALUES ('1111','EN', 'I´m good'); INSERT INTO dbo.stringdata (strid,lcode,description) VALUES ('1111','ES', 'Yo soy buena'); INSERT INTO dbo.stringdata (strid,lcode,description) VALUES ('1111','DE', 'Ich bin gut'); --INSERT INTO dbo.stringdata (strid,lcode,description) VALUES ('2222','EN', 'ERROR!!'); INSERT INTO dbo.stringdata (strid,lcode,description) VALUES ('2222','ES', 'Me falta un idioma'); INSERT INTO dbo.stringdata (strid,lcode,description) VALUES ('2222','DE', 'Ich bin nicht gut'); SELECT * FROM dbo.stringdata
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Transaction Test
SQL Problem Template
for xml path concatenation ordered by seqno
PROC How to store the results of a Proc in a Variable
NOT NULL field from SELECT INTO
SQL left join
Doc
Sql server 2012 features list
QLSV
QLSV
stackse - search stackoverflow differently
Please log in to post a comment.