Skip to content

Need a MySQL Query out of this diagram

I’d like a query that shows me the tracks that a user doesn’t have in his playlist. The only parameter I’ll be getting is the username of a user. Is that possible with this diagram? If so, could you …

How to setup properties on CSV import in OrientDB?

I have a CSV file like: And I am importing it into OrientDB like: I would like to set the import so that it created properties so that FN becomes first_name, MI becomes middle_name and so on, as well as set some values to lowercase. For ex: Carolina to become carolina I could probably make this changes from t…

ERROR 1046:No database selected

I would like to create a SQL database but this error occurs I do not know why. Can somebody help me? My SQL statement: Can somebody help me? Answer Firstly you need to tell MySQL which database you would like to use to create a table: If your database does not exist yet, you have to create one: then tell