Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~407 People Reached
Favorite Forums
Favorite Tags
Member Avatar for saiphyn

Hi, I'm looking for a way to get a single data value from a table by an SQL statement and store it in a variable (i'm using C#). example: table: customers(customer_ID, name, age) string variable = SELECT name FROM customers where customer_ID = 25 It's probably not that hard, but …

Member Avatar for arunkumars
0
348
Member Avatar for saiphyn

Hi, I am working on a project with greenhousegases (GHG). I have a table which looks like this: product_name/ CO2 / N2O / CH4 and which houses the GHG data for a kg of a certain product. Now I would like to use this data to calculate the GHG of …

0
59