Skip to content

SQL like but not like

Currently having some issues with my script. The question goes like this ‘Show all cars which participated in event 201504 but did not participate in event 201504. So if they were not involved in …

Improve pivot view performance

I have a key-value structure for storing dynamic entities (standard EAV). I made a view for this Entity with the Pivot command. I tried to set the index for this view, but it is not possible due to the use of pivot. Is there a way to drag my data into SQL at the time of insert, Update? Because performance

mysql: natural join

everyone! I’m currently trying to make a simple table with MySQL that satisfies the below condition. make a table of ship names, displacement, and numGuns with ones participated ‘Guadalcanal’ battle 3 tables are needed to make this. I’ve tried several codes but they all failed. I also …