I need to get the list of users who have previously been sent message (MySQL)
Issue I am making an instant messaging web page, I have assembled the entire database and made 100% of the…
get it fixed!
Issue I am making an instant messaging web page, I have assembled the entire database and made 100% of the…
Issue I want to rename an existing table using SQL statement: I have already tried: mysql_query(“RENAME ‘$renameFolder’ TO ‘$newName'”); mysql_query(“ALTER…
Issue I have an ID which I want to mask the last 4 digits of that id. example: my_id =…
Issue I was wondering if what is this called or is this even possible in MySql, or what should I…
Issue CREATE TABLE customers ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT… I need the sequence to go like so:…
Issue I recently made a project which involved connecting to a mysql database online using Swing in java. I then…
Issue I’m implementing a Tag System for my website, using PHP + MySQL. In my database, I have three tables:…
Issue I’m working with MySQL, and attempting a specific time range query. For example if it’s august now, I’m attempting…
Issue I used this mysql function to retrieve the sum of a column’s data with passing three parameters. Function return…
Issue When attempting to connect to a database requiring SSL, but SSL set to ‘No’ in WorkBench, I pressed cancel…