Random update a column with a list of value:
UPDATE TABLE t
SET column = elt(floor(rand()*3) + 1, 'value1', 'value2', 'value3');
Update join:
UPDATE TABLEA a
JOIN TABLEB b ON a.join_colA = b.join_colB
git init | |
npx license mit > LICENSE | |
npx gitignore node | |
npx covgen YOUR_EMAIL_ADDRESS | |
npm init -y |
Random update a column with a list of value:
UPDATE TABLE t
SET column = elt(floor(rand()*3) + 1, 'value1', 'value2', 'value3');
Update join:
UPDATE TABLEA a
JOIN TABLEB b ON a.join_colA = b.join_colB
git config --global color.ui true | |
git config --global user.name "Nayed Saïd Ali" | |
git config --global user.email "[email protected]" | |
ssh-keygen -t rsa -b 4096 -C "[email protected]" | |
cat ~/.ssh/id_rsa.pub | |
https://github.com/settings/ssh | |
ssh -T [email protected] |
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/ayu/ayu-dark.tmTheme", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"ignored_packages": | |
[ |