Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Annie12345
  • Content: Threads
  • Order by date
  1. Annie12345

    compare a string in sql database

    Hi, I have a script to search for strings in a file and look them up in a database, however sql won't accept my string (for example ENSG00000152822), how should I do it? import MySQLdb db = MySQLdb.connect(host = "ensembldb.sanger.ac.uk",user = "anonymous", passwd = "", db =...
  2. Annie12345

    Calculating with date/time

    Hi, Can anyone help me to make a sql query (for a php website/administrating system) in which to calculate with date and time?? There is: Userid, Begintime, Endingtime and Date. I have to get the hours a month (how much the person has worked that month). So userid x has worked y hours in...

Part and Inventory Search

Back
Top