Search Results
Search found 3166 results on 127 pages for 'dr tom'.
Page 51/127 | < Previous Page | 47 48 49 50 51 52 53 54 55 56 57 58 | Next Page >
-
-
complicated sql query !!
- by user507779
LookupTable: userid, mobileid, startedate, enddate , owner 1 , 1 , 12-12-2000, 01-01-2001, asd 2 , 2 , 12-12-2000, 01-01-2001, dgs 3 , 3 , 02-01-2001, 01-01-2002, sdg 4 , 4 , 12-12-2000, 01-01-2001, sdg UserInfoTable: userid, firstname, lastname, address 1 , tom , do , test 2 , sam , smith , asds 3 , john , saw , asdasda 4 , peter , winston , near by Mobile: Mobileid, Name , number, imeinumber 1 , apple , 123 , 1111111 2 , nokia , 456 , 2222222 3 , vodafone , 789 , 3333333 CallLogs: id , Mobileid, callednumbers (string), date , totalduration 1 , 1 , 123,123,321 , 13-12-2000 , 30 2 , 1 , 123,123,321 , 14-12-2000 , 30 3 , 2 , 123,123,321 , 13-12-2000 , 30 4 , 2 , 123,123,321 , 14-12-2000 , 30 5 , 3 , 123,123,321 , 13-12-2000 , 30 6 , 3 , 123,123,321 , 14-12-2000 , 30 1 , 1 , 123,123,321 , 13-01-2002 , 30 2 , 1 , 123,123,321 , 14-01-2002 , 30 I want a query which will return me the following: firstname, lastname, mobile.name as mobilename, callednumbers (as concatinated strings from different rows in CallLogs table) and need it for year 2000 example: firstname, lastname, mobilename, callednumbers tom , do , apple , 123,123,321, 123,123,321 sam , smith , nokia , 123,123,321, 123,123,321 peter , winston , apple , 123,123,321, 123,123,321 any help will be highly appreciated...Read the article
-
Find a name in a list if the name is spelt wrong
- by Matt
I've got a list of names which some code checks against to see if the person exists, and if so do some stuff.. My issue is that I want to handle the case of the name being entered incorrectly.. I.e. I have a list of names Bob Frank Tom Tim John If I type in Joohn, I want it to ask me if I meant John. If I type Tm, I get asked if I meant Tim, if I say no, it asks if i meant Tom.. Etc.. Has anyone done something like this before?Read the article
-
New Science and Technology Centers
NSF supports integrative partnerships that require large-scale, long-term funding to produce research and education of the highest quality National Science Foundation - Education - Science in Society - Educational Resources - United StatesRead the article
-
Mobile Device As Mouse
Small mobile phones and digital music players to be used as their own pointing and gestural input devices with optical sensing method From Carnegie Mellon Input device - Mobile phone - Shopping - Business and Economy - Consumer ElectronicsRead the article
-
SQL select statement from 2 tables
- by Steven
Hi, I have a small sql question. I have 2 tables Members and Managers Members has: memberID, Name, Address Managers has: memberID, EditRights, DeleteRights EditRights and DeleteRights are of type bit. Mangers have a relationship with Members, because they are members themselves. I want to select all members id's, name and adress and for the members that are managers show if they have editrights and/or deleterights. SO: Exmaple data Members: ID, Name, Address 1, tom, 2 flat 2, dan, 3 flat 3, ben, 4 flat 4, bob, 6 flat 5, sam, 9 flat Managers: ID, Editrights, deleterights 2, 0, 1 4, 1, 1 5, 0, 0 I would like to display a select like this: 1, tom, 2 flat, no rights 2, dan, 3 flat, Delete 3, ben, 4 flat, no rights 4, bob, 6 flat, Edit&Delete 5, sam, 9 flat, no rights Any help would be greatRead the article
-
Minimizing SQL queries using join with one-to-many relationship
- by Brian
So let me preface this by saying that I'm not an SQL wizard by any means. What I want to do is simple as a concept, but has presented me with a small challenge when trying to minimize the amount of database queries I'm performing. Let's say I have a table of departments. Within each department is a list of employees. What is the most efficient way of listing all the departments and which employees are in each department. So for example if I have a department table with: id name 1 sales 2 marketing And a people table with: id department_id name 1 1 Tom 2 1 Bill 3 2 Jessica 4 1 Rachel 5 2 John What is the best way list all departments and all employees for each department like so: Sales Tom Bill Rachel Marketing Jessica John Pretend both tables are actually massive. (I want to avoid getting a list of departments, and then looping through the result and doing an individual query for each department). Think similarly of selecting the statuses/comments in a Facebook-like system, when statuses and comments are stored in separate tables.Read the article
-
PureCM Updates Configuration Management Tool
PureCM 2010-1 automates task tracking and supports build automation; includes full Visual Studio integration Microsoft Visual Studio - Configuration management - Microsoft - Tools - ProgrammingRead the article
-
Mobile Phone, Meet TV
'Surround Vision' is to what you see as 'Surround Sound' is to what you hear Television - Mobile Phone - Telecommunication - Business and Economy - MobileRead the article
-
Real-time Steganography Analyzer Upgraded
StegAlyzerRTS is capable of operating on networks with throughput of 100Mbps Real-time computing - Realtime - Operating Systems - Business - Site ManagementRead the article
-
Coverity Rolls Out 'Software Integrity' Program
Provides an objective standard to measure the integrity of software and reveal defects in third-party software Coverity - Business - Industry-Specific - Technology - Software for EngineeringRead the article
-
Robotics Institute Celebrates 30th Anniversary
16th annual Mobot (mobile robot) races part of Carnegie Mellon celebration Carnegie Mellon University - Robotics - Education - Research - United StatesRead the article
-
dotConnect ADO.NET Support for Visual Studio 2010
Models can be edited inside Visual Studio without any need to open a separate application Microsoft Visual Studio - ADO.NET - Programming - Microsoft - Visual StudioRead the article
-
Natural User Interfaces: Notes From the Field
We're early on in what will be a sea change in UI design User interface - Human-Computer Interaction - Business - Management - Organizational ChangeRead the article
-
Hey, Programmers! We Got No Theory!
Good software looks different than bad software Business - Technology - Retailers - Accounting - Industry-SpecificRead the article
-
Rally Acquires Kanban Vendor AgileZen
A Kanban board exposes bottlenecks, queues, and waste in a process Kanban - Scrum - AgileZen Kanban - agile development - Lean manufacturingRead the article
-
Commenting: It's Your Turn Now
One of the cool features of the 'new and improved' DrDobbs.com is the commenting system. Tools - Comments - Games - Roleplaying - United StatesRead the article
-
This Week's Multicore Reading List
Parallel programming tips and texts Parallel computing - Programming - Languages - HPC - Multi-core processorRead the article
-
Welcome To the 'New and Improved' DrDobbs.com
New features, improved user experience Human-Computer Interaction - Companies and Consultants - United States - Video game - Business and EconomyRead the article
-
Swaine's Flames: Variations on a Meme
Social media maturing? You're kidding, right? Sports - Teams - Leagues - National Hockey League - Ice HockeyRead the article
-
Information Networking Institute 20th Anniversary
Security and mobility to be discussed at Carnegie Mellon's INI event Carnegie Mellon University - CarnegieMellon - United States - Education - Colleges and UniversitiesRead the article
-
Lines Concatenation between two files.
- by Nano HE
file1.txt hello tom well file2.txt world jerry done How to merge file1.txt with file2.txt; then create a new file - file3.txt hello world tom jerry well done thank you for reading and reply. Attached the completed code. #!/usr/bin/perl use strict; use warnings; open(F1,"<","1.txt") or die "Cannot open file1:$!\n"; open(F2,"<","2.txt") or die "Cannot open file2:$!\n"; open (MYFILE, '>>3.txt'); while(<F1>){ chomp; chomp(my $f2=<F2>); print MYFILE $_ . $f2 ."\n"; }Read the article
-
VS 2010 Favorite Features: It's Your Turn
Game - Video game - Fighting - Action - Space CombatRead the article
-
VS 2010 Favorite Features: It's Your Turn
Game - Video game - Fighting - IPhone - ActionRead the article
-
Mingle Project Management Tool Updated
Version 3.1 focuses on collaboration, reporting Project management - Management - Business - Project and Program Management - ConsultingRead the article