1
2
CREATE TABLE set_values(
id serial primary key,
Update a specific column from a specific table with a set of values for each row randomly.
OBS.: Remember on the WHERE clause the id is id from target_Table!, id could be any unique identifier :)
OBS.: Remember on the WHERE clause the id is id from target_Table!, id could be any unique identifier :)
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.