Merge pull request #3 from Perfectfire33/test
[openhouseparty.online/.git] / sql / insert_ram.sql
1 INSERT INTO ram 
2         (
3          ram_kitSize, 
4          ram_stickSize,
5          ram_speed,
6          ram_type,
7          ram_casLatency,
8          ram_pcPart_id
9          ) 
10         VALUES (
11                 ?, 
12                 ?,
13                 ?,
14                 ?,
15                 ?,
16                 ?
17                 )