SQL is a language for retrieving information from a data base. In order to retrieve the information you need to know a table to get it from.
So SQL queries look something like: select * from MessageText ; Select userName, messaeText from users , messages where users.id = messages.AuthorID The information after the from and before the where clause is a list of tables to get data from. A table is very similar to a spreadsheet except that every column always has a name. Best wishes, Jonathan > On 27 Jun 2016, at 13:30, Traci Duncan <[email protected]> wrote: > > This application was recommended to read the back up database of iPhone text > and iMessages. Does anyone have experience with this. I don’t know what I’m > doing. I’ve never tried to read a database file, and I’m not getting very > far. > > :) Any guidance is appreciated. > > Traci > > >> http://www.desertsandsoftware.com/?page_id=99 >> <http://www.desertsandsoftware.com/?page_id=99> > > > -- > The following information is important for all members of the Mac Visionaries > list. > > If you have any questions or concerns about the running of this list, or if > you feel that a member's post is inappropriate, please contact the owners or > moderators directly rather than posting on the list itself. > > Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara > Quinn - you can reach Cara at [email protected] > > The archives for this list can be searched at: > http://www.mail-archive.com/[email protected]/ > <http://www.mail-archive.com/[email protected]/> > --- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/macvisionaries > <https://groups.google.com/group/macvisionaries>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- The following information is important for all members of the Mac Visionaries list. If you have any questions or concerns about the running of this list, or if you feel that a member's post is inappropriate, please contact the owners or moderators directly rather than posting on the list itself. Your Mac Visionaries list moderator is Mark Taylor and your owner is Cara Quinn - you can reach Cara at [email protected] The archives for this list can be searched at: http://www.mail-archive.com/[email protected]/ --- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/d/optout.
