You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create temporary table faker (
a string,
b string,
c string,
d string
) with (
'connector'='faker',
'number-of-rows'='3',
'fields.a.expression'='#{lorem.sentence}',
'fields.b.expression'='#{lorem.sentence}',
'fields.c.expression'='#{lorem.paragraph}',
'fields.d.expression'='#{lorem.paragraph}'
);
select*from faker;
Result:
a b c d
Fugit id praesentium soluta n~ Fugit id praesentium soluta n~ A tempore numquam inventore c~ A tempore numquam inventore c~
Fugit id praesentium soluta n~ Fugit id praesentium soluta n~ A tempore numquam inventore c~ A tempore numquam inventore c~
Fugit id praesentium soluta n~ Fugit id praesentium soluta n~ A tempore numquam inventore c~ A tempore numquam inventore c~
The text was updated successfully, but these errors were encountered:
Run the following SQL in SQL client:
Result:
The text was updated successfully, but these errors were encountered: