Guest User

Untitled

a guest
Dec 11th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. insert into tax_taxonomy values(6, 'German Test', 1, -1);
  2. insert into tax_language values (2, 'German', 'ge', 'Latn');
  3. insert into tax_attribute_lang values(15, 'Hund', 1, 2);
  4. insert into tax_attribute_lang values(16, 'Katze', 2, 2);
  5. insert into tax_node values(3003, 6, 1, 'Einige suchen Ausdrücke', null, 1, 1, 1, '1776-7-4 04:13:54',1,'1776-7-4 04:13:54');
  6. insert into tax_attribute values(15, 6, FALSE,1, FALSE, FALSE, 1, '1776-7-4 04:13:54',1,'1776-7-4 04:13:54');
  7. insert into tax_value values(3006, "Der Browne Coo", 3003, 15, 2, 1, '1776-7-4 04:13:54',-1);
Add Comment
Please, Sign In to add comment