Guest User

Untitled

a guest
Dec 11th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. insert into tax_language values (2, 'German', 'ge', 'Latn');
  2. insert into tax_attribute_lang values(15, 'Hund', 1, 2);
  3. insert into tax_attribute_lang values(16, 'Katze', 2, 2);
  4. insert into tax_value values(3007, "Der Browne Coo", 1, 1, 2, 1, '1776-7-4 04:13:54',-1);
  5. insert into tax_value values(3008, "Der Junge Ist", 1, 2, 2, 1, '1776-7-4 04:13:54',-1);
Add Comment
Please, Sign In to add comment