Posts by Emanuel Vitor • 1 point
3 posts
- 
		0 votes3 answers376 viewsA: MYSQL Insert into com Where not existsSOLUTION: The solution was to concatenate the fields in the Where, was passing 2 fields, concatenei and compared later. It follows below: INSERT INTO table two ( campos ) SELECT DISTINCT campos FROM… 
- 
		-1 votes3 answers376 viewsQ: MYSQL Insert into com Where not existsStaff I have the following situation, I have 2 tables, I need to insert in table B data that are in table A, however, should be checked if the data that are in table A already exist in table B, if… 
- 
		0 votes1 answer34 viewsQ: Select an option and send IDGood morning friends. I have a question.. need that in a view I select an option that contains the name of the driver but need that in the controller I receive the ID of that driver and not the…