Skip to content

sql duplicates within duplicates

Having a hard time wording my issue. But finding duplicates within duplicates is about as close as i can get without an example. ID is the id of the row. stringA,stringB are just arbitrary strings. dID,oID are FK relationship to other tables. I am trying to create a query that will give me all the rows where …

Trigger SQL statement

Hi so I have am writing a statement to create a trigger in Oracle that would append the text to the description of every new game inserted into the database. I want the format to be like Format: (…

Creating a sheet from sql requests

I am doing request to get values from a game’s database to help the dev doing balance changing depending on rune using per each 10 levels, and the rune upgrade, so for it, i created a request for each …