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 derfloh 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: Dorine
  • Content: Threads
  • Order by date
  1. Dorine

    Alternative for IN

    I have the following (summarized) code: Select * from dbo.PRSEBA where tfvrnr IN (select tfvrnr from pfftpr where tfsoid = 40) I am using a tool called AQT to run queries on a MySQL server. The code gets stuck on the IN statement. Does anybody know other code to replace IN ? Actually my code...
  2. Dorine

    Help me with JOIN??

    I would like to join to tables. I would like to see all the data from table a and only the data from table f which corresponds with table a. I thought a left join would be the solution but I still get all the data from the two tables. I have read the paper on joins but I know I am doing...
  3. Dorine

    Join with different datatypes, HOW??

    Dear all, I would like to join two tables. The column to join on is char (8) on one table and varchar (8) on the other. Now I get an error. Does anybody know a solution?? Thanks! Dorine
  4. Dorine

    Help needed on local host...

    I searched the forum but it did not work for me :-( I installed the Apache server successfully and it works as a service under Windows 2000. I wanted to watch the confirmation screen in my browser and typed: http://127.0.0.1/ Nothing good happened. My browser wanted to go to the internet (which...
  5. Dorine

    I searched...it must be simple....installation question

    Hi everybody, I am very new to apache. I just installed MySQL and i would like to install Apache and PHP to start exploring dynamic internet sites. During the installation of Apache it asked: Server Name Domain Name Administrative email account Well, i want to install it at home where i don't...

Part and Inventory Search

Back
Top