Delphiwhat
Programmer
Guys another quick one. Being a none Oracle person I'm getting stuck on the basics.....
1 problem....
User details are inserted into a Table called 'users'.
A table called 'Users_stats' holds other information about the client.
When a row is inserted into the 'users' table I need to check if the users.user_id is present in the 'users_stats' table. If it is present I need to delete the row in the users_stats table otherwise do nothing.
I know it sounds probably simple but as a newbie I'm making slow progress and going around in circles.
Thanks in advance
steve
1 problem....
User details are inserted into a Table called 'users'.
A table called 'Users_stats' holds other information about the client.
When a row is inserted into the 'users' table I need to check if the users.user_id is present in the 'users_stats' table. If it is present I need to delete the row in the users_stats table otherwise do nothing.
I know it sounds probably simple but as a newbie I'm making slow progress and going around in circles.
Thanks in advance
steve