Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sql question ?


andytc

Recommended Posts

Can anyone tell me what the numbers mean in this sql ?

 

INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('39','Featured', 'Featured Products Display', '339', '1'

);

 

 

 

what is the number '39' and '339' ? and can they be changed ?

Link to comment
Share on other sites

Can anyone tell me what the numbers mean in this sql ?

 

INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) values ('39','Featured', 'Featured Products Display', '339', '1'

);

what is the number '39' and '339' ? and can they be changed ?

 

 

The numbers are referred to in the first line : '39' is configuration_group_id, 'Featured' is configuration_group_title, 'Featured Products Display' is configuration_group_description, 339 is sort_order, and '1' is visible.

 

Before changing the numbers look in your table to be absolutely certain that you do not assign a number that is already taken ! These were given as they are not normally already used in a basic setup table.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...