Tagged Questions
2
votes
3answers
1k views
T-SQL query to flag repeat records
I have a table that will have 500,000+ records.
Each record has a LineNumber field which is not unique and not part of the primary key.
Each record has a CreatedOn field.
I need to update all ...
2
votes
3answers
567 views
MySQL Advanced Query Brainteaser
I've been asked to create a financial report, which needs to give a total commission rate between two dates for several 'referrers'. That's the easy part.
The difficult part is that the commission ...
0
votes
0answers
54 views
Join and cache in symfony
hy,
I've a small project in symfony and i get a strang thing here:
I've 2 table "BoutiqueProducts" and "BoutiqueCategories"
in my BoutiqueCategorieTable class, I've create 2functions:
public ...