I\'m trying to delete all data related to a user id from a game database.
There is a table holding all games (each played by 3 players):
# select * f
You can try
EXECUTE 'create temp table temp_gids AS select from pref_scores where id=$1' USING _id;