Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
Demo
database size
SQL flight 2
gfhrey
2 лаба
Recursion and cte
Creation tables
SQL ASSESSMENT
P1
View jobs