cancel
Showing results for 
Search instead for 
Did you mean: 
jrjong
Member
since ‎05-29-2020
‎07-10-2020

Your latest statistics

  • 1 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have an Sql database with about 20 fields in the record. I want to create new records by only adding the values of two of these fields. So I have the following code:CODE: SELECT ALL$sql = "INSERT INTO Customer SET Email = '$Email', Accesscode = '$C...