Skip to content
English
  • There are no suggestions because the search field is empty.

alphanumeric

Search

How to Use SQL Query to Find Alphanumeric GiftCards

If you ever need to run a query to find Alphanumeric gift cards or any other feature that uses alphanumeric values

Step 1: Open SQL and go to Clubspeed V8!

//Find Microsoft Server SQL on the controller and open the V8's Tables




Step 2: Select Top 1000 Rows

// This is where you will run the query

  • Right-click dbo.Customers
  • Select TOP 1000 rows


Step 3: Insert Query

// Paste Query


Step 4: Results 


 



Related Articles