I'm going crazy, I've tried several databases and it does not work to see if you can help me.
select 'Tienda.Codigo_de_barras' from "Tienda" inner join "Online"
on 'Tienda.Codigo_de_barras' ='Online.Codigo_de_barras';
The code consists of seeing what products are available online and in the store. The code compiles but as a result it gives an empty table, and according to the data that I have entered, it must give several products. The two bar code variables are of type char (10), I tried to change the = by a LIKE but it gives the same result