Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Marsbar24u #1
Eliminating Doubles in SQL
I am developing a ecommerce website. In dreamweaver I have the product
categories from the database display as links, my problem is that there is more
then 1 product with the same category name and so there are multiple same name
categories showing up as links. How do i remove multiples?
Marsbar24u Guest
-
Freehand doubles prints
Printing from Freehand doubles the copies. After I print one job at 5 copies then next job and every subsequent job prints at 5 x 5 copies. I'm... -
My XML import into inDesign doubles the carriage returns
I am using the following XSL to produce an XML from FileMaker Pro The resulting import contains double carriage return wherever a single CR is... -
Problem with multiplying doubles
Hello, I wanted to create a currency translator with PHP. The code looks like this: <?php $faktor=2.95583; // a double $dm = $euro *... -
Searching for doubles.
Hello, I'm working on a database with some 20.000 famiienames in it. Some of these persons are more then one time in the database. I would now... -
win32api calling with doubles
How does one declare and external function (in a DLL) for use with Ruby which requires doubles as parameters and likewise returns double as a... -
webshorts #2
Re: Eliminating Doubles in SQL
Hi Marsha, You could use a SELECT DISTINCT query. The DISTINCT keyword says
'get all unique values'. So if you did this: SELECT DISTINCT categories FROM
products That would give you only the unique categories in the products table.
If you had two products in the 'Bob' category, then bob would only be returned
once. Hope that helps, Daniel Short
webshorts Guest
-
-
Michael Fesser #4
Re: Eliminating Doubles in SQL
.oO(Marsbar24u)
Why not split it and use one table for the categories and another for>I am developing a ecommerce website. In dreamweaver I have the product
>categories from the database display as links, my problem is that there is more
>then 1 product with the same category name and so there are multiple same name
>categories showing up as links. How do i remove multiples?
the products?
Micha
Michael Fesser Guest



Reply With Quote

