&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
view
0
votes
2
answers
25
views
MySQL LOOP For Collecting Data from Multiple Tables
I've looked around and can't seem to quite find a solution that meets my needs, so I'm hoping you can help. (I'm somewhat new to MySQL, though I do…
mysql
sql
view
union-all
asked
June 23, 2011 11:29 pm CDT
Andrew
0
votes
3
answers
27
views
Alternative to indexing a MySQL view
the deal is this: I have a MySQL database that is built in this manner: There are three tables, one for "objects": ID | Type | Name | Description…
mysql
view
asked
June 21, 2011 9:26 am CDT
fiftyeight
0
votes
1
answers
25
views
MYSQL Triple Join including a Triple Union, Performance help
I'm working on a query for a news site, which will find FeaturedContent for display on the main homepage. Content marked this way is tagged as…
mysql
performance
join
view
union
asked
June 17, 2011 12:25 pm CDT
Ripptor
0
votes
1
answer
36
views
MySQL vertical partitioning example
I have 5 tables: "tasks, projects, customers, users, activities" and these tables have ALL the same columns : "ID, UID, title, description,…
mysql
query
view
asked
June 16, 2011 6:00 pm CDT
Thomas Decaux
1
vote
2
answers
47
views
How do I ensure rows inserted into a SQL view will be elements of that view?
Here is the scenario: I have a simple 'Inventory' table. This table has three columns: one foreign key that references a product, one foreign key…
mysql
sql
table
view
triggers
asked
June 14, 2011 2:42 pm CDT
Zach Jullion
0
votes
2
answers
31
views
Rails 3 - problem with joins among 2 tables
I have 2 models, car and registrations . class Car < ActiveRecord::Base belongs_to :Registration end class Registration < ActiveRecord::Base…
mysql
ruby-on-rails-3
table
join
view
asked
June 12, 2011 5:43 am CDT
user705586
0
votes
0
answers
42
views
Scope of a MySQL VIEW with Subtype_Supertype
Given the db design below, if I need to populate BusinessId & UserId when a new Party is created and assigned a PartyType of either B (Business)…
mysql
database
view
database-queries
asked
June 8, 2011 2:22 am CDT
enfield
1
vote
2
answers
33
views
Duplicate column names in SQL query
How do I avoid a dup column name error in MySQL when creating a VIEW on two tables that both have the same column name as shown here CREATE VIEW…
mysql
database
stored-procedures
view
database-queries
asked
June 8, 2011 1:00 am CDT
enfield
0
votes
1
answers
36
views
Is there a way to get the column data types for a view in SQLITE?
I used the PRAGMA table_Info('table_name') to get the table names,field data type and other info about the table,it's giving me the expected values…
database
query
sqlite
view
asked
June 8, 2011 12:53 am CDT
Noob51
0
votes
0
answers
36
views
INSERT on MySQL db utilizing Subtype/Supertype
Is it possible and if so how would I accomplish an INSERT in a MySQL db utilizing Subtype/Supertype? I asked about the approach here and Catcall…
mysql
database
stored-procedures
view
database-queries
asked
June 6, 2011 3:33 pm CDT
enfield
0
votes
1
answer
33
views
Recursive MySql view: is this possible?
I have an table in my MySql database that has the following columns: - id - parent_id - visible Basically if I have a table populated like this: id…
mysql
database
recursion
view
asked
June 6, 2011 10:25 am CDT
Brian
0
votes
2
answers
39
views
Find CouchDB docs missing an arbitrary field
I need a CouchDB view where I can get back all the documents that don't have an arbitrary field. This is easy to do if you know in advance what…
database
view
nosql
couchdb
asked
May 31, 2011 12:27 am CDT
thisismyname
0
votes
1
answers
38
views
Django 1.3 passing parameters to filter of class-based generic list view in url.py
Here's my code in url.py: (r'^tag/(?P<tag>\w+)/$', ListView.as_view( model=List, context_object_name='some_list',…
regex
django
url
view
tags
asked
May 27, 2011 1:45 am CDT
danielfeng
0
votes
1
answer
32
views
Mysql view error
I have an sql query like this, its giving a syntax error but I couldn't find what it was: CREATE VIEW vw_hs_hr_wf_main_data AS select mo.wfmod_id,…
php
mysql
sql
view
asked
May 27, 2011 12:26 am CDT
Roshan
0
votes
1
answer
27
views
Convert MYSQL Query INTO VIEW
I need to find the way to convert the next MYSQL Query into view. I tried a lot but I could not make it work. Select a.ID, a.NumeroLineaProducto,…
mysql
query
view
asked
May 26, 2011 8:54 pm CDT
Cesar Velez
0
votes
1
answers
34
views
CouchDB view URL shows: CouchDB: {"error":"not_found","reason":"missing"} ... Why?
For example: My CouchDB is hosted on: example.com The CouchDB database name is: foo The View name is: my_view So, when I put these together to…
view
couchdb
asked
May 23, 2011 9:55 am CDT
edt
0
votes
1
answers
44
views
Optimize query of questions ordered by difficulty
I'm creating a View that contains questions that have to be ordered by difficulty. My idea is: First put the new questions (less than 10 responses)…
mysql
query
view
query-optimization
asked
May 20, 2011 11:08 am CDT
user674887
0
votes
1
answers
67
views
CouchDB Map function - How to get anothers document data by document id
Hello, I have a problem "joining" some documents in a view. Heres my schema: Documents with type "category" can hold an embedded array of id to…
join
view
couchdb
asked
May 19, 2011 2:49 am CDT
Figapu
2
votes
4
answers
43
views
What are the differences between a TABLE and a VIEW in a MySQL database?
I'm joining a number of tables and want to create some tables or views that are easier to query against to do quick analysis of our data. What are…
mysql
table
view
asked
May 18, 2011 10:47 am CDT
T. Brian Jones
0
votes
0
answers
29
views
How to generate list of mysql view object or table in order with dependency column ?
I want to generate list of table or view object of mysql database in order with column dependency. Could you tell me ? ps : not using mysql database…
mysql
view
dependencies
asked
May 18, 2011 4:16 am CDT
yuda
Pages
:
1
|
2
|
3
|
4
>
63
view
Tagged:
view
Related Tags
mysql
× 48
sql
× 11
database
× 8
couchdb
× 7
php
× 6
sqlite
× 6
query
× 6
join
× 5
performance
× 4
table
× 4
database-queries
× 3
stored-procedures
× 3
select
× 2
triggers
× 2
java
× 2
mapreduce
× 2
federated
× 2
error
× 2
fulltext
× 2
tags
× 2
optimization
× 2
hibernate
× 2
android
× 1
create
× 1
multiple-tables
× 1
java-ee
× 1
nested-loops
× 1
sqlite3
× 1
group-concat
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy